home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 (Special) / OC021.iso / Juegos / Super Fighter / Super Fighter.swf / scripts / DefineButton2_549 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-02-03  |  392 b   |  20 lines

  1. on(release){
  2.    setProperty("/gegner", _X, "125.1");
  3.    setProperty("/mae", _X, "421.9");
  4.    setProperty("/health1", _X, "63");
  5.    setProperty("/health2", _X, "490");
  6.    zufall = "31";
  7.    level = "1";
  8.    count = "0";
  9.    power = "90";
  10.    tellTarget("/health1")
  11.    {
  12.       gotoAndStop(1);
  13.    }
  14.    tellTarget("/health2")
  15.    {
  16.       gotoAndStop(1);
  17.    }
  18.    gotoAndPlay(161);
  19. }
  20.